FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package nhn.fhir.no.kjernejournal#1.0.1 (78 ms)

Package nhn.fhir.no.kjernejournal
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=nhn.fhir.no.kjernejournal@1.0.1&canonical=http://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole
Url http://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole
Status draft
Date 2019-12-04T09:23:30.820323Z
Name KjPractitionerRole
Experimental False
Type PractitionerRole
Kind resource

Resources that use this resource

StructureDefinition
http://nhn.no/kj/fhir/StructureDefinition/KjAllergyIntolerance KjAllergyIntolerance
http://nhn.no/kj/fhir/StructureDefinition/KjConditionComplicationsOfAnesthesia KjConditionComplicationsOfAnesthesia
http://nhn.no/kj/fhir/StructureDefinition/KjConditionCriticalMedicalCondition KjConditionCriticalMedicalCondition
http://nhn.no/kj/fhir/StructureDefinition/KjConditionInfection KjConditionInfection
http://nhn.no/kj/fhir/StructureDefinition/KjConditionTransplantsAndOtherForeignBodies KjConditionTransplantsAndOtherForeignBodies
http://nhn.no/kj/fhir/StructureDefinition/KjConsent KjConsent
http://nhn.no/kj/fhir/StructureDefinition/KjDeviceUseStatement KjDeviceUseStatement
http://nhn.no/kj/fhir/StructureDefinition/KjFlag KjFlag
http://nhn.no/kj/fhir/StructureDefinition/KjProcedure KjProcedure
http://nhn.no/kj/fhir/StructureDefinition/KjUpdater KjUpdater
http://nhn.no/kj/fhir/StructureDefinition/KjVerifier KjVerifier

Resources that this resource uses

StructureDefinition
http://hl7.no/fhir/StructureDefinition/no-basis-Organization no-basis-Organization
http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner no-basis-Practitioner
http://nhn.no/kj/fhir/ValueSet/CategoriesOfHealthProfessionals Categories of Health Professionals


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "7ed76370-2d3d-440f-b2e6-adf193260084",
  "meta" : {
    "versionId" : "11",
    "lastUpdated" : "2019-12-04T09:23:31.185+00:00"
  },
  "url" : "http://nhn.no/kj/fhir/StructureDefinition/KjPractitionerRole",
  "name" : "KjPractitionerRole",
  "status" : "draft",
  "date" : "2019-12-04T09:23:30.820323Z",
  "fhirVersion" : "4.0.0",
  "kind" : "resource",
  "abstract" : false,
  "type" : "PractitionerRole",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "PractitionerRole.identifier",
        "path" : "PractitionerRole.identifier",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.active",
        "path" : "PractitionerRole.active",
        "max" : "0",
        "mustSupport" : true
      },
      {
        "id" : "PractitionerRole.period",
        "path" : "PractitionerRole.period",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.practitioner",
        "path" : "PractitionerRole.practitioner",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "PractitionerRole.organization",
        "path" : "PractitionerRole.organization",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Organization"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "PractitionerRole.code",
        "path" : "PractitionerRole.code",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "http://nhn.no/kj/fhir/ValueSet/CategoriesOfHealthProfessionals"
        }
      },
      {
        "id" : "PractitionerRole.code.coding",
        "path" : "PractitionerRole.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "PractitionerRole.code.coding:categoriesOfHealthProfessionals",
        "path" : "PractitionerRole.code.coding",
        "sliceName" : "categoriesOfHealthProfessionals",
        "min" : 1,
        "max" : "1",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://nhn.no/kj/fhir/ValueSet/CategoriesOfHealthProfessionals"
        }
      },
      {
        "id" : "PractitionerRole.code.coding:categoriesOfHealthProfessionals.system",
        "path" : "PractitionerRole.code.coding.system",
        "fixedUri" : "http://nhn.no/kj/fhir/CodeSystem/CategoriesOfHealthProfessionals"
      },
      {
        "id" : "PractitionerRole.code.text",
        "path" : "PractitionerRole.code.text",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.specialty",
        "path" : "PractitionerRole.specialty",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.location",
        "path" : "PractitionerRole.location",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.healthcareService",
        "path" : "PractitionerRole.healthcareService",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.telecom",
        "path" : "PractitionerRole.telecom",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.availableTime",
        "path" : "PractitionerRole.availableTime",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.notAvailable",
        "path" : "PractitionerRole.notAvailable",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.availabilityExceptions",
        "path" : "PractitionerRole.availabilityExceptions",
        "max" : "0"
      },
      {
        "id" : "PractitionerRole.endpoint",
        "path" : "PractitionerRole.endpoint",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.